summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/bid/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/bid/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/bid/page.tsx8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/[lng]/evcp/(evcp)/bid/page.tsx b/app/[lng]/evcp/(evcp)/bid/page.tsx
index c477e4f8..3a45e61f 100644
--- a/app/[lng]/evcp/(evcp)/bid/page.tsx
+++ b/app/[lng]/evcp/(evcp)/bid/page.tsx
@@ -7,8 +7,6 @@ import {
getBiddingTypeCounts,
getBiddingManagerCounts,
getBiddingMonthlyStats,
- getActivePaymentTerms,
- getActiveIncoterms
} from "@/lib/bidding/service"
import { searchParamsCache } from "@/lib/bidding/validation"
import { BiddingsPageHeader } from "@/lib/bidding/list/biddings-page-header"
@@ -44,8 +42,6 @@ export default async function BiddingsPage(props: IndexPageProps) {
getBiddingTypeCounts(),
getBiddingManagerCounts(),
getBiddingMonthlyStats(),
- getActivePaymentTerms(),
- getActiveIncoterms(),
])
return (
@@ -94,11 +90,9 @@ async function BiddingsStatsCardsWrapper({
Awaited<ReturnType<typeof getBiddingTypeCounts>>,
Awaited<ReturnType<typeof getBiddingManagerCounts>>,
Awaited<ReturnType<typeof getBiddingMonthlyStats>>,
- Awaited<ReturnType<typeof getActivePaymentTerms>>,
- Awaited<ReturnType<typeof getActiveIncoterms>>
]>
}) {
- const [biddingsResult, statusCounts, typeCounts, managerCounts, monthlyStats, paymentTermsResult, incotermsResult] = await promises
+ const [biddingsResult, statusCounts, typeCounts, managerCounts, monthlyStats] = await promises
return (
<BiddingsStatsCards